diff options
Diffstat (limited to 'usr.bin')
-rw-r--r-- | usr.bin/rcs/buf.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/usr.bin/rcs/buf.h b/usr.bin/rcs/buf.h index 55255991b39..eac2332e04a 100644 --- a/usr.bin/rcs/buf.h +++ b/usr.bin/rcs/buf.h @@ -1,4 +1,4 @@ -/* $OpenBSD: buf.h,v 1.1 2006/04/26 02:55:13 joris Exp $ */ +/* $OpenBSD: buf.h,v 1.2 2006/06/01 21:22:41 niallo Exp $ */ /* * Copyright (c) 2003 Jean-Francois Brousseau <jfb@openbsd.org> * All rights reserved. @@ -59,6 +59,4 @@ int rcs_buf_write_fd(BUF *, int); int rcs_buf_write(BUF *, const char *, mode_t); void rcs_buf_write_stmp(BUF *, char *, mode_t); -#define rcs_buf_get(b) rcs_buf_peek(b, 0) - #endif /* BUF_H */ |