diff options
author | steve <steve@FreeBSD.org> | 2001-02-26 04:38:32 +0000 |
---|---|---|
committer | steve <steve@FreeBSD.org> | 2001-02-26 04:38:32 +0000 |
commit | 6bc6520637df34989aed1871fedafdfc47a0526a (patch) | |
tree | 595cd8dc5c70bf793cc77674c2a1831e254f7814 /net | |
parent | ef86127405082b355249b28293896f9bfd8c01b2 (diff) | |
download | FreeBSD-ports-6bc6520637df34989aed1871fedafdfc47a0526a.zip FreeBSD-ports-6bc6520637df34989aed1871fedafdfc47a0526a.tar.gz |
Silence a couple of warnings that crept in with the commit of patch-a[bc].
PR: 24812
Submitted by: Matt Emmerton <matt@gsicomp.on.ca>
Diffstat (limited to 'net')
-rw-r--r-- | net/samba/files/patch-ak | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/net/samba/files/patch-ak b/net/samba/files/patch-ak new file mode 100644 index 0000000..65245a7 --- /dev/null +++ b/net/samba/files/patch-ak @@ -0,0 +1,10 @@ +--- include/proto.h.orig Sun Feb 25 14:52:21 2001 ++++ include/proto.h Sun Feb 25 14:52:42 2001 +@@ -1023,6 +1023,7 @@ + char *lp_serverstring(void); + char *lp_printcapname(void); + char *lp_lockdir(void); ++char *lp_piddir(void); + char *lp_utmpdir(void); + char *lp_wtmpdir(void); + char *lp_utmp_hostname(void); |