nmh-commits
[Top][All Lists]
Advanced

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

[Nmh-commits] nmh ./ChangeLog ./configure.in h/prototypes.h s...


From: Josh Bressers
Subject: [Nmh-commits] nmh ./ChangeLog ./configure.in h/prototypes.h s...
Date: Sat, 07 Jan 2006 15:22:20 +0000

CVSROOT:        /sources/nmh
Module name:    nmh
Branch:         
Changes by:     Josh Bressers <address@hidden>  06/01/07 15:22:20

Modified files:
        .              : ChangeLog configure.in 
        h              : prototypes.h 
        sbr            : Makefile.in 
Removed files:
        sbr            : strerror.c 

Log message:
        * Remove sbr/strerror.c -- strerror(3) is defined in C89.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/nmh/nmh/ChangeLog.diff?tr1=1.221&tr2=1.222&r1=text&r2=text
http://cvs.savannah.gnu.org/viewcvs/nmh/nmh/configure.in.diff?tr1=1.74&tr2=1.75&r1=text&r2=text
http://cvs.savannah.gnu.org/viewcvs/nmh/nmh/h/prototypes.h.diff?tr1=1.13&tr2=1.14&r1=text&r2=text
http://cvs.savannah.gnu.org/viewcvs/nmh/nmh/sbr/Makefile.in.diff?tr1=1.23&tr2=1.24&r1=text&r2=text

Patches:
Index: nmh/ChangeLog
diff -u nmh/ChangeLog:1.221 nmh/ChangeLog:1.222
--- nmh/ChangeLog:1.221 Fri Jan  6 21:51:43 2006
+++ nmh/ChangeLog       Sat Jan  7 15:22:19 2006
@@ -1,3 +1,7 @@
+2006-01-07  Josh Bressers <address@hidden>
+
+       * Remove sbr/strerror.c -- strerror(3) is defined in C89.
+
 2006-01-06  Josh Bressers <address@hidden>
 
        * patch #3968: Move the add() function from its own file (add.c) and
Index: nmh/configure.in
diff -u nmh/configure.in:1.74 nmh/configure.in:1.75
--- nmh/configure.in:1.74       Sat Dec 24 17:17:38 2005
+++ nmh/configure.in    Sat Jan  7 15:22:20 2006
@@ -1,7 +1,7 @@
 dnl
 dnl configure.in -- autoconf template for nmh
 dnl
-dnl $Id: configure.in,v 1.74 2005/12/24 17:17:38 pm215 Exp $
+dnl $Id: configure.in,v 1.75 2006/01/07 15:22:20 bress Exp $
 dnl
 
 dnl 2.13 definitely chokes; 2.53 is the earliest version I've tested. 
@@ -517,7 +517,7 @@
   [[sigsetjmp((void *)0, 0);]])],[AC_DEFINE(HAVE_SIGSETJMP) 
AC_MSG_RESULT(yes)],
   [AC_MSG_RESULT(no)])
 
-AC_REPLACE_FUNCS(snprintf strerror strdup)
+AC_REPLACE_FUNCS(snprintf strdup)
 
 dnl Look for the initgroups() declaration.  On AIX 4.[13], Solaris 4.1.3, and
 dnl ULTRIX 4.2A the function is defined in libc but there's no declaration in
Index: nmh/h/prototypes.h
diff -u nmh/h/prototypes.h:1.13 nmh/h/prototypes.h:1.14
--- nmh/h/prototypes.h:1.13     Fri Jan  6 21:51:43 2006
+++ nmh/h/prototypes.h  Sat Jan  7 15:22:20 2006
@@ -2,7 +2,7 @@
 /*
  * prototypes.h -- various prototypes
  *
- * $Id: prototypes.h,v 1.13 2006/01/06 21:51:43 bress Exp $
+ * $Id: prototypes.h,v 1.14 2006/01/07 15:22:20 bress Exp $
  */
 
 /*
@@ -140,10 +140,6 @@
 int strcasecmp (const char *s1, const char *s2);
 int strncasecmp (const char *s1, const char *s2, size_t n);
 
-#ifndef HAVE_STRERROR
-char *strerror (int);
-#endif
-
 
 /*
  * some prototypes for address parsing system
Index: nmh/sbr/Makefile.in
diff -u nmh/sbr/Makefile.in:1.23 nmh/sbr/Makefile.in:1.24
--- nmh/sbr/Makefile.in:1.23    Fri Jan  6 21:51:43 2006
+++ nmh/sbr/Makefile.in Sat Jan  7 15:22:20 2006
@@ -1,7 +1,7 @@
 #
 # Makefile for sbr subdirectory
 #
-# $Id: Makefile.in,v 1.23 2006/01/06 21:51:43 bress Exp $
+# $Id: Makefile.in,v 1.24 2006/01/07 15:22:20 bress Exp $
 #
 
 SHELL = /bin/sh
@@ -78,7 +78,7 @@
        m_msgdef.c mf.c utils.c
 
 # source for compatibility functions
-COMPAT = snprintf.c strdup.c strerror.c
+COMPAT = snprintf.c strdup.c
 
 OBJS = $(SRCS:.c=.o)
 




reply via email to

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