diff options
author | Niklas Hallqvist <niklas@cvs.openbsd.org> | 1996-03-27 19:33:22 +0000 |
---|---|---|
committer | Niklas Hallqvist <niklas@cvs.openbsd.org> | 1996-03-27 19:33:22 +0000 |
commit | b4d055c56d56b705a9874806044897b6f933a892 (patch) | |
tree | ea6944e4424f24dce67f9a7422a498a2e3e97486 /usr.bin/telnet/ring.h | |
parent | d413353d829242c97addbbe6aace0c12d53c4772 (diff) |
From NetBSD: merge of 960317
Diffstat (limited to 'usr.bin/telnet/ring.h')
-rw-r--r-- | usr.bin/telnet/ring.h | 15 |
1 files changed, 5 insertions, 10 deletions
diff --git a/usr.bin/telnet/ring.h b/usr.bin/telnet/ring.h index 1e10970a973..6898afbc198 100644 --- a/usr.bin/telnet/ring.h +++ b/usr.bin/telnet/ring.h @@ -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 <sys/cdefs.h> +#define P __P /* * This defines a structure for a ring buffer. |