mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-04 22:33:27 +00:00
c554962384
PR: ports/19372 Submitted by: Taguchi, Takesi <taguchi@tohoku.iij.ad.jp> (Maintainer)
13 lines
270 B
Plaintext
13 lines
270 B
Plaintext
--- programs/xdm/sessreg.c~ Sun Jan 16 18:33:06 2000
|
|
+++ programs/xdm/sessreg.c Sun Jan 23 03:31:15 2000
|
|
@@ -79,7 +79,9 @@
|
|
|
|
#ifdef CSRG_BASED
|
|
/* *BSD doesn't like a ':0' type entry in utmp */
|
|
+#ifndef __FreeBSD__
|
|
#define NO_UTMP
|
|
+#endif
|
|
#endif
|
|
|
|
#ifndef WTMP_FILE
|