1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-15 23:50:44 +00:00
freebsd-ports/x11/kdebase11/files/patch-av

18 lines
398 B
Plaintext
Raw Normal View History

1999-09-18 09:02:12 +00:00
*** kdm/session.c~ Wed Sep 1 18:50:32 1999
--- kdm/session.c Wed Sep 1 19:09:05 1999
***************
*** 1092,1095 ****
--- 1092,1096 ----
+ #ifndef __FreeBSD__
#if defined(Lynx) || defined(SCO) && !defined(SCO_USA) || !defined(HAVE_CRYPT_H)
char *crypt(s1, s2)
char *s1, *s2;
***************
*** 1097,1099 ****
--- 1098,1101 ----
return(s2);
}
#endif
+ #endif /* __FreeBSD__ */