summaryrefslogtreecommitdiffstats
path: root/usr.sbin/sa/usrdb.c
diff options
context:
space:
mode:
authorcharnier <charnier@FreeBSD.org>1997-10-15 06:41:19 +0000
committercharnier <charnier@FreeBSD.org>1997-10-15 06:41:19 +0000
commit189d33fcde21c834b9ac36dc3e475587faa5cb4a (patch)
treec2b28e8118a59fda4a6e1fcf5d5d8cba924002ea /usr.sbin/sa/usrdb.c
parente72ee0f8864efefc4787fda7b8865d540eb49d99 (diff)
downloadFreeBSD-src-189d33fcde21c834b9ac36dc3e475587faa5cb4a.zip
FreeBSD-src-189d33fcde21c834b9ac36dc3e475587faa5cb4a.tar.gz
Add usage().
Diffstat (limited to 'usr.sbin/sa/usrdb.c')
-rw-r--r--usr.sbin/sa/usrdb.c8
1 files changed, 5 insertions, 3 deletions
diff --git a/usr.sbin/sa/usrdb.c b/usr.sbin/sa/usrdb.c
index 8cfb99e..d3a0654 100644
--- a/usr.sbin/sa/usrdb.c
+++ b/usr.sbin/sa/usrdb.c
@@ -28,9 +28,10 @@
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
-#ifndef LINT
-static char rcsid[] = "$Id$";
-#endif
+#ifndef lint
+static const char rcsid[] =
+ "$Id$";
+#endif /* not lint */
#include <sys/types.h>
#include <sys/acct.h>
@@ -38,6 +39,7 @@ static char rcsid[] = "$Id$";
#include <errno.h>
#include <fcntl.h>
#include <stdio.h>
+#include <stdlib.h>
#include <string.h>
#include "extern.h"
#include "pathnames.h"
OpenPOWER on IntegriCloud