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/gatherer/essence/file/print.c.orig	Sun Oct 20 17:44:09 2002
+++ ./src/gatherer/essence/file/print.c	Sun Oct 20 17:44:18 2002
@@@@ -77,8 +77,8 @@@@
 warning(f, a)
      char *f, *a;
 {
-	extern int errno, sys_nerr;
 #if !defined(__FreeBSD__) && !defined(__NetBSD__)
+	extern int errno, sys_nerr;
 	extern char *sys_errlist[];
 #endif
 	int myerrno;
@


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
@@

