diff options
| author | cvs2svn <cvs2svn@FreeBSD.org> | 2001-09-16 01:02:46 +0000 |
|---|---|---|
| committer | cvs2svn <cvs2svn@FreeBSD.org> | 2001-09-16 01:02:46 +0000 |
| commit | db3dca6dbd32fe6ea3d51bc037e6f9cdc66c343b (patch) | |
| tree | 29d590ca0bc9e66d81bc3218a0684c2daf9d4a68 /sysutils/cfengine2/files/patch-ag | |
| parent | cee16c481f7e9a7dc5b8ecea4ccfb04af8ba2ab0 (diff) | |
Diffstat (limited to 'sysutils/cfengine2/files/patch-ag')
| -rw-r--r-- | sysutils/cfengine2/files/patch-ag | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/sysutils/cfengine2/files/patch-ag b/sysutils/cfengine2/files/patch-ag deleted file mode 100644 index 1a8101cb3542..000000000000 --- a/sysutils/cfengine2/files/patch-ag +++ /dev/null @@ -1,13 +0,0 @@ -This fixes the problem with cfd not finding the correct interfaces. - ---- src/misc.c.orig Wed Jan 24 07:28:01 2001 -+++ src/misc.c Fri Aug 10 23:34:45 2001 -@@ -284,7 +284,7 @@ - list.ifc_len = sizeof(ifbuf); - list.ifc_req = ifbuf; - --if (ioctl(fd, SIOCGIFCONF, &list) == -1 || (list.ifc_len < (sizeof(struct ifreq)))) -+if (ioctl(fd, OSIOCGIFCONF, &list) == -1 || (list.ifc_len < (sizeof(struct ifreq)))) - { - CfLog(cferror,"Couldn't get interfaces","ioctl"); - exit(1); |
