diff options
author | Paul Traina <pst@FreeBSD.org> | 1996-07-23 15:48:20 +0000 |
---|---|---|
committer | Paul Traina <pst@FreeBSD.org> | 1996-07-23 15:48:20 +0000 |
commit | 75a5757a2e8cf74d9d87045fa9952723d1005934 (patch) | |
tree | 037047098c2d79942525510f1411b0026c552e43 /x11 | |
parent | Update packing list for new version of fvwm (diff) |
Missed a patch, will compile now.
Notes
Notes:
svn path=/head/; revision=3426
Diffstat (limited to 'x11')
-rw-r--r-- | x11/xlockmore/files/patch-aa | 12 |
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 ---- |