INN commit: trunk/innd (icd.c python.c)

INN Commit rra at isc.org
Tue May 21 18:40:32 UTC 2013


    Date: Tuesday, May 21, 2013 @ 11:40:32
  Author: iulius
Revision: 9473

fix two old style definitions

Modified:
  trunk/innd/icd.c
  trunk/innd/python.c

----------+
 icd.c    |    3 +--
 python.c |    4 +---
 2 files changed, 2 insertions(+), 5 deletions(-)

Modified: icd.c
===================================================================
--- icd.c	2013-05-21 18:35:10 UTC (rev 9472)
+++ icd.c	2013-05-21 18:40:32 UTC (rev 9473)
@@ -439,8 +439,7 @@
 **  Open the active file and "map" it into memory.
 */
 char *
-ICDreadactive(endp)
-    char		**endp;
+ICDreadactive(char **endp)
 {
     struct stat		Sb;
 

Modified: python.c
===================================================================
--- python.c	2013-05-21 18:35:10 UTC (rev 9472)
+++ python.c	2013-05-21 18:40:32 UTC (rev 9473)
@@ -196,9 +196,7 @@
 **  Tell the external module about innd's state.
 */
 void
-PYmode(Mode, NewMode, reason)
-    OPERATINGMODE Mode, NewMode;
-    char *reason;
+PYmode(OPERATINGMODE Mode, OPERATINGMODE NewMode, char *reason)
 {
     PyObject	*result;
     char	oldmode[10], newmode[10];



More information about the inn-committers mailing list