summaryrefslogtreecommitdiff
path: root/x11/kdebase11/files/patch-av
blob: e6f47471e5f10c6e9e49808480dc3a30f6993800 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
*** 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__ */