1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-30 21:49:25 +00:00
freebsd-ports/net/gnu-finger/files/patch-ab
Satoshi Asami c86362a6ac GNU finger.
Submitted by:	MIHIRA Yoshiro <sanpei@yy.cs.keio.ac.jp>
1996-07-10 22:33:14 +00:00

15 lines
347 B
Plaintext

--- lib/os.c.org Sat Jul 6 14:18:18 1996
+++ lib/os.c Sat Aug 26 23:38:18 1995
@@ -70,7 +70,11 @@
/* Where the utmp file is located. */
#ifndef HAVE_GETUTENT
+#ifdef __FreeBSD__
+#define UTMP_FILE "/var/run/utmp"
+#else
#define UTMP_FILE "/etc/utmp"
+#endif
#endif
/* A non-null value is the address of the utmp entry which contains the