1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-26 05:02:18 +00:00
freebsd-ports/databases/useracc/files/patch-src__useracc.c
Vanilla I. Shu a76b81ad55 1: Support staging.
2: make portlint happy.

Approved by:	portmgr@
2014-05-16 15:02:06 +00:00

21 lines
456 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 */
@@ -299,7 +299,7 @@
{
int sockfd;
#ifndef OSF1
- unsigned long inadd;
+ in_addr_t inadd;
#else
in_addr_t inadd;
#endif