diff options
| author | jtc <jtc@NetBSD.org> | 1996-08-09 03:59:40 +0000 |
|---|---|---|
| committer | jtc <jtc@NetBSD.org> | 1996-08-09 03:59:40 +0000 |
| commit | f19fe7ba9ca1ccde0e8d2e7f646c83c1aa4bca08 (patch) | |
| tree | d890f2986555de91f4ecbde41cd7511a9aaa9b90 /include/rmt.h | |
| parent | d694100bd17f2adb85290b5a7e6985a18b60bc97 (diff) | |
clean up comments, etc.
Diffstat (limited to 'include/rmt.h')
| -rw-r--r-- | include/rmt.h | 20 |
1 files changed, 4 insertions, 16 deletions
diff --git a/include/rmt.h b/include/rmt.h index 9fedddc6d2e..0847c3fefa0 100644 --- a/include/rmt.h +++ b/include/rmt.h @@ -1,14 +1,4 @@ -/* - * $Header: /cvsroot/src/include/rmt.h,v 1.1 1996/08/09 03:56:56 jtc Exp $ - * - * $Log: rmt.h,v $ - * Revision 1.1 1996/08/09 03:56:56 jtc - * Remote mag tape library from volume 18 of comp.sources.unix. - * - * Revision 1.1 86/10/09 16:17:20 root - * Initial revision - * - */ +/* $NetBSD: rmt.h,v 1.2 1996/08/09 03:59:40 jtc Exp $ */ /* * rmt.h @@ -24,9 +14,9 @@ * -- Fred Fish (w/some changes by Arnold Robbins) */ +#ifndef _RMT_H_ +#define _RMT_H_ -#ifndef access /* avoid multiple redefinition */ -#ifndef lint /* in this case what lint doesn't know won't hurt it */ #define access rmtaccess #define close rmtclose #define creat rmtcreat @@ -42,6 +32,4 @@ #define stat rmtstat #define write rmtwrite -extern long rmtlseek (); /* all the rest are int's */ -#endif -#endif +#endif /* _RMT_H_ */ |
