mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-14 07:43:06 +00:00
22c103538d
The useracc utility is a special purpose database application to store and retrieve data about users in a distributed environment. It is usable in situations where a single numerical and/or a single non-numerical field for each index (possibly a user name) are adequate. PR: ports/46394 Submitted by: Konrad Heuer <kheuer@gwdg.de>
12 lines
285 B
C
12 lines
285 B
C
--- src/useracc.c.orig Sun Oct 5 18:05:29 2003
|
|
+++ src/useracc.c Sun Oct 5 18:05:42 2003
|
|
@@ -92,7 +92,7 @@
|
|
#include <sys/wait.h>
|
|
#include <time.h>
|
|
#include <unistd.h>
|
|
-#include <varargs.h>
|
|
+#include <stdarg.h>
|
|
|
|
|
|
#define ACCFILE "useracc.dat" /* default user accounts file */
|