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/sys/sys/cdefs.h,v rcsdiff: /ftp/cvs/cvsroot/src/sys/sys/cdefs.h,v: warning: Unknown phrases like `commitid ...;' are present. retrieving revision 1.18 retrieving revision 1.18.8.1 diff -u -p -r1.18 -r1.18.8.1 --- src/sys/sys/cdefs.h 1997/06/18 19:09:50 1.18 +++ src/sys/sys/cdefs.h 1997/10/22 06:16:12 1.18.8.1 @@ -1,4 +1,4 @@ -/* $NetBSD: cdefs.h,v 1.18 1997/06/18 19:09:50 christos Exp $ */ +/* $NetBSD: cdefs.h,v 1.18.8.1 1997/10/22 06:16:12 thorpej Exp $ */ /* * Copyright (c) 1991, 1993 @@ -140,4 +140,9 @@ #define __COPYRIGHT(s) __IDSTRING(copyright,s) #endif +/* This is defined in */ +#ifndef __RENAME +#error "No function renaming possible" +#endif + #endif /* !_SYS_CDEFS_H_ */