1
0
Fork 0
mirror of https://git.freebsd.org/ports.git synced 2025-06-26 07:00:31 -04:00
ports/korean/hpscat/files/patch-user.c
Jung-uk Kim 88be950540 - Re-add ftp.kaist.ac.kr and remove defunct ftp.kreonet.re.kr.
- Modernize the port and make Clang happy.
2013-06-17 23:25:53 +00:00

10 lines
283 B
C

--- user.c.orig 1995-11-23 05:17:16.000000000 -0500
+++ user.c 2013-06-12 17:24:33.000000000 -0400
@@ -37,7 +37,6 @@
char buf[BUFSIZ];
char *home;
FILE *fp;
- extern char *getenv PROT((char *));
home = getenv("HOME");
if(strlen(home)==0)
return;