1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-14 07:43:06 +00:00
freebsd-ports/databases/useracc/files/patch-src::useracc.c
Edwin Groothuis 22c103538d New port: special purpose database application
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>
2003-10-06 01:07:31 +00:00

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 */