Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. =================================================================== RCS file: /ftp/cvs/cvsroot/src/lib/libc/yp/ypprot_err.c,v retrieving revision 1.2 retrieving revision 1.3 diff -u -p -r1.2 -r1.3 --- src/lib/libc/yp/ypprot_err.c 1997/07/13 20:28:17 1.2 +++ src/lib/libc/yp/ypprot_err.c 1997/07/21 14:09:33 1.3 @@ -1,4 +1,4 @@ -/* $NetBSD: ypprot_err.c,v 1.2 1997/07/13 20:28:17 christos Exp $ */ +/* $NetBSD: ypprot_err.c,v 1.3 1997/07/21 14:09:33 jtc Exp $ */ /* * Copyright (c) 1992, 1993 Theo de Raadt @@ -33,13 +33,18 @@ #include #if defined(LIBC_SCCS) && !defined(lint) -__RCSID("$NetBSD: ypprot_err.c,v 1.2 1997/07/13 20:28:17 christos Exp $"); +__RCSID("$NetBSD: ypprot_err.c,v 1.3 1997/07/21 14:09:33 jtc Exp $"); #endif +#include "namespace.h" #include #include #include +#ifdef __weak_alias +__weak_alias(ypprot_err,_ypprot_err); +#endif + int ypprot_err(incode) unsigned int incode;