diff options
author | Tony Finch <fanf@FreeBSD.org> | 2002-07-30 18:34:24 +0000 |
---|---|---|
committer | Tony Finch <fanf@FreeBSD.org> | 2002-07-30 18:34:24 +0000 |
commit | 55c1b608cb2bdf0e68cf1a94996e82ca1b4840fa (patch) | |
tree | 75d57cacd62d0b588ce03fea16accb123d252f23 /sysutils/cfengine2/files/patch-ag | |
parent | Update to 1.6 (diff) |
New port for cfengine-2.0.3 after repo-copy from the cfengine-1.x port.
PR: 35037
Approved by: will
Notes
Notes:
svn path=/head/; revision=63751
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); |