head	1.2;
access;
symbols;
locks; strict;
comment	@# @;


1.2
date	2002.11.20.13.31.44;	author ijliao;	state dead;
branches;
next	1.1;

1.1
date	2002.10.21.00.45.05;	author kris;	state Exp;
branches;
next	;


desc
@@


1.2
log
@upgrade to 1.8.1

PR:		45458
Submitted by:	Ports Fury
@
text
@--- ./src/common/util/strerror.c.orig	Sun Oct 20 17:43:50 2002
+++ ./src/common/util/strerror.c	Sun Oct 20 17:43:59 2002
@@@@ -89,8 +89,10 @@@@
 char *strerror(n)
      int n;
 {
+#ifndef __FreeBSD__
     extern int sys_nerr;
     extern char *sys_errlist[];
+#endif
 
     if (n < 0 || n >= sys_nerr)
 	return (NULL);
@


1.1
log
@Partially fix build on -current (remove duplicate declarations of things
in system headers).  This is still broken because IPPORT_USERRESERVED
was removed from -current.
@
text
@@

