Fixup fromcvs/togit conversion
[pkgsrcv2.git] / x11 / xdm3d / patches / patch-session_c
1 $NetBSD$
2
3 - needs pwd.h unconditionally.
4
5 --- session.c~  1998-08-09 11:29:30.000000000 +0000
6 +++ session.c
7 @@ -68,8 +68,8 @@ from the X Consortium.
8  #endif
9  #ifdef HAS_SETUSERCONTEXT
10  #include <login_cap.h>
11 -#include <pwd.h>
12  #endif
13 +#include <pwd.h>
14  
15  extern int     PingServer();
16  extern int     SessionPingFailed();