mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-04 22:33:27 +00:00
1ec0dc8225
hence no corresponding PLISTs). Use at your own risk :-)
13 lines
273 B
Plaintext
13 lines
273 B
Plaintext
--- programs/xdm/sessreg.c.old Tue Feb 15 18:26:57 2000
|
|
+++ programs/xdm/sessreg.c Tue Feb 15 18:26:59 2000
|
|
@@ -76,7 +76,9 @@
|
|
|
|
#ifdef CSRG_BASED
|
|
/* *BSD doesn't like a ':0' type entry in utmp */
|
|
+#ifndef __FreeBSD__
|
|
#define NO_UTMP
|
|
+#endif
|
|
#endif
|
|
|
|
#ifndef WTMP_FILE
|