13 lines
416 B
Text
13 lines
416 B
Text
$NetBSD: patch-am,v 1.1 2002/09/15 19:16:45 kim Exp $
|
|
|
|
--- tc.who.c.orig Mon Jul 1 17:12:04 2002
|
|
+++ tc.who.c Sun Sep 15 15:05:29 2002
|
|
@@ -52,6 +52,8 @@
|
|
# ifndef _PATH_UTMP
|
|
# if defined(__UTMPX_FILE) && !defined(UTMPX_FILE)
|
|
# define _PATH_UTMP __UTMPX_FILE
|
|
+# elif defined(_PATH_UTMPX)
|
|
+# define _PATH_UTMP _PATH_UTMPX
|
|
# else
|
|
# define _PATH_UTMP UTMPX_FILE
|
|
# endif /* __UTMPX_FILE && !UTMPX_FILE */
|