=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/telnet/ring.h,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- src/usr.bin/telnet/ring.h 1995/10/18 08:46:14 1.1 +++ src/usr.bin/telnet/ring.h 1996/03/27 19:33:06 1.2 @@ -1,3 +1,6 @@ +/* $OpenBSD: ring.h,v 1.2 1996/03/27 19:33:06 niklas Exp $ */ +/* $NetBSD: ring.h,v 1.5 1996/02/28 21:04:09 thorpej Exp $ */ + /* * Copyright (c) 1988, 1993 * The Regents of the University of California. All rights reserved. @@ -31,18 +34,10 @@ * SUCH DAMAGE. * * from: @(#)ring.h 8.1 (Berkeley) 6/6/93 - * $Id: ring.h,v 1.1 1995/10/18 08:46:14 deraadt Exp $ */ -#if defined(P) -# undef P -#endif - -#if defined(__STDC__) || defined(LINT_ARGS) -# define P(x) x -#else -# define P(x) () -#endif +#include +#define P __P /* * This defines a structure for a ring buffer.