~ubuntu-branches/ubuntu/trusty/netkit-rusers/trusty

« back to all changes in this revision

Viewing changes to rup/err.c

  • Committer: Bazaar Package Importer
  • Author(s): Alberto Gonzalez Iniesta
  • Date: 2004-11-08 12:45:46 UTC
  • mfrom: (2.1.1 warty)
  • Revision ID: james.westby@ubuntu.com-20041108124546-00mlc37cxyfxacjq
Tags: 0.17-6
* Patch rusers_proc.c so that num_users gets reset every time the
  function rusers_num is called.
  Thanks Christian Bac. (Closes: #278514)
* Changed maintainer email address.

Show diffs side-by-side

added added

removed removed

Lines of Context:
6
6
  "$Id: err.c,v 1.1 1997/04/05 22:13:31 dholland Exp $";
7
7
 
8
8
#include <stdio.h>
 
9
#include <stdlib.h>
9
10
#include <stdarg.h>
10
11
#include <err.h>
11
12