aboutsummaryrefslogtreecommitdiff
path: root/x11/xlockmore
diff options
context:
space:
mode:
authorPaul Traina <pst@FreeBSD.org>1996-07-23 15:48:20 +0000
committerPaul Traina <pst@FreeBSD.org>1996-07-23 15:48:20 +0000
commit75a5757a2e8cf74d9d87045fa9952723d1005934 (patch)
tree037047098c2d79942525510f1411b0026c552e43 /x11/xlockmore
parent3f3d595a27f732633eadcf9028fbd046810e4138 (diff)
downloadports-75a5757a2e8cf74d9d87045fa9952723d1005934.tar.gz
ports-75a5757a2e8cf74d9d87045fa9952723d1005934.zip
Missed a patch, will compile now.
Notes
Notes: svn path=/head/; revision=3426
Diffstat (limited to 'x11/xlockmore')
-rw-r--r--x11/xlockmore/files/patch-aa12
1 files changed, 12 insertions, 0 deletions
diff --git a/x11/xlockmore/files/patch-aa b/x11/xlockmore/files/patch-aa
new file mode 100644
index 000000000000..8affee5658c5
--- /dev/null
+++ b/x11/xlockmore/files/patch-aa
@@ -0,0 +1,12 @@
+*** resource.c.orig Tue Jul 23 08:45:25 1996
+--- resource.c Tue Jul 23 08:45:31 1996
+***************
+*** 890,896 ****
+ struct hostent *host;
+ char **hp;
+ int badhost = 1;
+- extern int gethostname(char *, size_t);
+
+ if (gethostname(hostname, MAXHOSTNAMELEN))
+ error("%s: Can not get local hostname.\n");
+--- 890,895 ----