1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-30 10:38:37 +00:00

Missed a patch, will compile now.

This commit is contained in:
Paul Traina 1996-07-23 15:48:20 +00:00
parent 3f3d595a27
commit 75a5757a2e
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=3426

View File

@ -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 ----