commit-inetutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[SCM] GNU Inetutils branch, master, updated. inetutils-1_8-26-g497c55a


From: Alfred M. Szmidt
Subject: [SCM] GNU Inetutils branch, master, updated. inetutils-1_8-26-g497c55a
Date: Thu, 19 Aug 2010 19:01:56 +0000

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GNU Inetutils ".

The branch, master has been updated
       via  497c55aceec5b50f2406cf4407ca697e7528dc95 (commit)
       via  50913b931c1316330c6080be90977e7b507e9e84 (commit)
      from  030780f0ba6eb2497e8209503c2cfa2feff4ad9c (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
http://git.savannah.gnu.org/cgit/inetutils.git/commit/?id=497c55aceec5b50f2406cf4407ca697e7528dc95


commit 497c55aceec5b50f2406cf4407ca697e7528dc95
Author: Alfred M. Szmidt <address@hidden>
Date:   Thu Aug 19 20:56:15 2010 +0200

    ifconfig/system.h [__hpux__]: Don't include "system/hpux.c".

diff --git a/ChangeLog b/ChangeLog
index c47acb5..47231c9 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
 2010-08-19  Alfred M. Szmidt  <address@hidden>
 
+       * ifconfig/system.h [__hpux__]: Don't include "system/hpux.c".
+
+2010-08-19  Alfred M. Szmidt  <address@hidden>
+
        ifconfig: Random fixes for the `generic' operating system.
 
        * ifconfig/system/generic.c (system_if_nameindex): New variable.
diff --git a/ifconfig/system.h b/ifconfig/system.h
index 0102ea6..b4e2d78 100644
--- a/ifconfig/system.h
+++ b/ifconfig/system.h
@@ -93,8 +93,6 @@ extern struct if_nameindex* (*system_if_nameindex) (void);
 #  include "system/linux.h"
 # elif defined(__sun__)
 #  include "system/solaris.h"
-# elif defined(__hpux__)
-#  include "system/hpux.h"
 # elif defined(__QNX__)
 #  include "system/qnx.h"
 # else

http://git.savannah.gnu.org/cgit/inetutils.git/commit/?id=50913b931c1316330c6080be90977e7b507e9e84


commit 50913b931c1316330c6080be90977e7b507e9e84
Author: Alfred M. Szmidt <address@hidden>
Date:   Thu Aug 19 20:55:30 2010 +0200

    ifconfig: Random fixes for the `generic' operating system.

diff --git a/ChangeLog b/ChangeLog
index 523a410..c47acb5 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,12 @@
 2010-08-19  Alfred M. Szmidt  <address@hidden>
 
+       ifconfig: Random fixes for the `generic' operating system.
+
+       * ifconfig/system/generic.c (system_if_nameindex): New variable.
+       * ifconfig/flags.h: Include <sys/types.h>.
+
+2010-08-19  Alfred M. Szmidt  <address@hidden>
+
        * src/tftp.c (intr): Changed type to `void intr (int signo)'.
 
 2010-08-19  Alfred M. Szmidt  <address@hidden>
diff --git a/ifconfig/flags.h b/ifconfig/flags.h
index 59377f1..2c738cc 100644
--- a/ifconfig/flags.h
+++ b/ifconfig/flags.h
@@ -22,6 +22,8 @@
 #ifndef IFCONFIG_FLAGS_H
 # define IFCONFIG_FLAGS_H
 
+#include <sys/types.h>
+
 /* Using these avoid strings with if_flagtoname, the caller can set a
    preference on returned flag names.  If one of the names in the list
    is found for the flag, the search continues to attempt a better
diff --git a/ifconfig/system/generic.c b/ifconfig/system/generic.c
index 6f5d229..8145fa4 100644
--- a/ifconfig/system/generic.c
+++ b/ifconfig/system/generic.c
@@ -52,3 +52,5 @@ system_configure (int sfd, struct ifreq *ifr, struct 
system_ifconfig *ifs)
 {
   return 0;
 }
+
+struct if_nameindex* (*system_if_nameindex) (void) = if_nameindex;

-----------------------------------------------------------------------

Summary of changes:
 ChangeLog                 |   11 +++++++++++
 ifconfig/flags.h          |    2 ++
 ifconfig/system.h         |    2 --
 ifconfig/system/generic.c |    2 ++
 4 files changed, 15 insertions(+), 2 deletions(-)


hooks/post-receive
-- 
GNU Inetutils 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]