mirror of
https://github.com/dreamlayers/netbsd-mopd.git
synced 2026-01-13 15:18:04 +00:00
comment or delete text after CPP directives.
This commit is contained in:
parent
a5958267ca
commit
57ac6470b4
@ -1,4 +1,4 @@
|
||||
/* $NetBSD: cmp.h,v 1.3 1997/10/16 23:24:24 lukem Exp $ */
|
||||
/* $NetBSD: cmp.h,v 1.4 2001/01/16 02:50:31 cgd Exp $ */
|
||||
|
||||
/*
|
||||
* Copyright (c) 1993-95 Mats O Jansson. All rights reserved.
|
||||
@ -28,7 +28,7 @@
|
||||
* (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
|
||||
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
*
|
||||
* $NetBSD: cmp.h,v 1.3 1997/10/16 23:24:24 lukem Exp $
|
||||
* $NetBSD: cmp.h,v 1.4 2001/01/16 02:50:31 cgd Exp $
|
||||
*
|
||||
*/
|
||||
|
||||
@ -39,4 +39,4 @@ __BEGIN_DECLS
|
||||
int mopCmpEAddr __P((u_char *, u_char *));
|
||||
__END_DECLS
|
||||
|
||||
#endif _CMP_H_
|
||||
#endif /* _CMP_H_ */
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
/* $NetBSD: device.h,v 1.3 1997/10/16 23:24:29 lukem Exp $ */
|
||||
/* $NetBSD: device.h,v 1.4 2001/01/16 02:50:31 cgd Exp $ */
|
||||
|
||||
/*
|
||||
* Copyright (c) 1993-95 Mats O Jansson. All rights reserved.
|
||||
@ -28,7 +28,7 @@
|
||||
* (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
|
||||
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
*
|
||||
* $NetBSD: device.h,v 1.3 1997/10/16 23:24:29 lukem Exp $
|
||||
* $NetBSD: device.h,v 1.4 2001/01/16 02:50:31 cgd Exp $
|
||||
*
|
||||
*/
|
||||
|
||||
@ -50,4 +50,4 @@ void mopReadDL __P((void));
|
||||
void mopReadRC __P((void));
|
||||
__END_DECLS
|
||||
|
||||
#endif _DEVICE_H_
|
||||
#endif /* _DEVICE_H_ */
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
/* $NetBSD: dl.h,v 1.3 1997/10/16 23:24:33 lukem Exp $ */
|
||||
/* $NetBSD: dl.h,v 1.4 2001/01/16 02:50:31 cgd Exp $ */
|
||||
|
||||
/*
|
||||
* Copyright (c) 1993-95 Mats O Jansson. All rights reserved.
|
||||
@ -28,7 +28,7 @@
|
||||
* (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
|
||||
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
*
|
||||
* $NetBSD: dl.h,v 1.3 1997/10/16 23:24:33 lukem Exp $
|
||||
* $NetBSD: dl.h,v 1.4 2001/01/16 02:50:31 cgd Exp $
|
||||
*
|
||||
*/
|
||||
|
||||
@ -39,4 +39,4 @@ __BEGIN_DECLS
|
||||
void mopDumpDL __P((FILE *, u_char *, int));
|
||||
__END_DECLS
|
||||
|
||||
#endif _DL_H_
|
||||
#endif /* _DL_H_ */
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
/* $NetBSD: file.c,v 1.6 1998/07/25 06:01:13 mycroft Exp $ */
|
||||
/* $NetBSD: file.c,v 1.7 2001/01/16 02:50:31 cgd Exp $ */
|
||||
|
||||
/*
|
||||
* Copyright (c) 1995-96 Mats O Jansson. All rights reserved.
|
||||
@ -31,7 +31,7 @@
|
||||
|
||||
#include <sys/cdefs.h>
|
||||
#ifndef lint
|
||||
__RCSID("$NetBSD: file.c,v 1.6 1998/07/25 06:01:13 mycroft Exp $");
|
||||
__RCSID("$NetBSD: file.c,v 1.7 2001/01/16 02:50:31 cgd Exp $");
|
||||
#endif
|
||||
|
||||
#include "os.h"
|
||||
@ -427,7 +427,7 @@ CheckAOutFile(fd)
|
||||
} else {
|
||||
return(-1);
|
||||
}
|
||||
#endif NOAOUT
|
||||
#endif /* NOAOUT */
|
||||
}
|
||||
|
||||
int
|
||||
@ -662,7 +662,7 @@ GetAOutFileInfo(fd, load, xfr, a_text, a_text_fill,
|
||||
}
|
||||
|
||||
return(0);
|
||||
#endif NOAOUT
|
||||
#endif /* NOAOUT */
|
||||
}
|
||||
|
||||
int
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
/* $NetBSD: mopdef.h,v 1.2 1997/03/25 03:07:20 thorpej Exp $ */
|
||||
/* $NetBSD: mopdef.h,v 1.3 2001/01/16 02:50:31 cgd Exp $ */
|
||||
|
||||
/*
|
||||
* Copyright (c) 1993-95 Mats O Jansson. All rights reserved.
|
||||
@ -28,7 +28,7 @@
|
||||
* (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
|
||||
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
*
|
||||
* $NetBSD: mopdef.h,v 1.2 1997/03/25 03:07:20 thorpej Exp $
|
||||
* $NetBSD: mopdef.h,v 1.3 2001/01/16 02:50:31 cgd Exp $
|
||||
*
|
||||
*/
|
||||
|
||||
@ -193,6 +193,6 @@ extern char rc_mcst[];
|
||||
extern char dl_802_proto[];
|
||||
extern char rc_802_proto[];
|
||||
extern char lp_802_proto[];
|
||||
#endif MOPDEF_SUPRESS_EXTERN
|
||||
#endif /* MOPDEF_SUPRESS_EXTERN */
|
||||
|
||||
#endif _MOPDEF_H_
|
||||
#endif /* _MOPDEF_H_ */
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
/* $NetBSD: nma.h,v 1.3 1997/10/16 23:24:50 lukem Exp $ */
|
||||
/* $NetBSD: nma.h,v 1.4 2001/01/16 02:50:31 cgd Exp $ */
|
||||
|
||||
/*
|
||||
* Copyright (c) 1995 Mats O Jansson. All rights reserved.
|
||||
@ -28,7 +28,7 @@
|
||||
* (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
|
||||
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
*
|
||||
* $NetBSD: nma.h,v 1.3 1997/10/16 23:24:50 lukem Exp $
|
||||
* $NetBSD: nma.h,v 1.4 2001/01/16 02:50:31 cgd Exp $
|
||||
*
|
||||
*/
|
||||
|
||||
@ -40,4 +40,4 @@ char *nmaGetShort __P((int));
|
||||
char *nmaGetDevice __P((int));
|
||||
__END_DECLS
|
||||
|
||||
#endif _NMA_H_
|
||||
#endif /* _NMA_H_ */
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
/* $NetBSD: os.h,v 1.3 1997/10/16 23:24:53 lukem Exp $ */
|
||||
/* $NetBSD: os.h,v 1.4 2001/01/16 02:50:31 cgd Exp $ */
|
||||
|
||||
/*
|
||||
* Copyright (c) 1994-95 Mats O Jansson. All rights reserved.
|
||||
@ -28,7 +28,7 @@
|
||||
* (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
|
||||
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
*
|
||||
* $NetBSD: os.h,v 1.3 1997/10/16 23:24:53 lukem Exp $
|
||||
* $NetBSD: os.h,v 1.4 2001/01/16 02:50:31 cgd Exp $
|
||||
*
|
||||
*/
|
||||
|
||||
@ -58,4 +58,4 @@
|
||||
|
||||
#define DEV_NEW_CONF
|
||||
|
||||
#endif _OS_H_
|
||||
#endif /* _OS_H_ */
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
/* $NetBSD: pf.h,v 1.3 1997/10/16 23:24:56 lukem Exp $ */
|
||||
/* $NetBSD: pf.h,v 1.4 2001/01/16 02:50:31 cgd Exp $ */
|
||||
|
||||
/*
|
||||
* Copyright (c) 1993-95 Mats O Jansson. All rights reserved.
|
||||
@ -28,7 +28,7 @@
|
||||
* (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
|
||||
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
*
|
||||
* $NetBSD: pf.h,v 1.3 1997/10/16 23:24:56 lukem Exp $
|
||||
* $NetBSD: pf.h,v 1.4 2001/01/16 02:50:31 cgd Exp $
|
||||
*
|
||||
*/
|
||||
|
||||
@ -45,4 +45,4 @@ int pfRead __P((int, u_char *, int));
|
||||
int pfWrite __P((int, u_char *, int, int));
|
||||
__END_DECLS
|
||||
|
||||
#endif _PF_H_
|
||||
#endif /* _PF_H_ */
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
/* $NetBSD: print.h,v 1.3 1997/10/16 23:25:00 lukem Exp $ */
|
||||
/* $NetBSD: print.h,v 1.4 2001/01/16 02:50:31 cgd Exp $ */
|
||||
|
||||
/*
|
||||
* Copyright (c) 1993-95 Mats O Jansson. All rights reserved.
|
||||
@ -28,7 +28,7 @@
|
||||
* (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
|
||||
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
*
|
||||
* $NetBSD: print.h,v 1.3 1997/10/16 23:25:00 lukem Exp $
|
||||
* $NetBSD: print.h,v 1.4 2001/01/16 02:50:31 cgd Exp $
|
||||
*
|
||||
*/
|
||||
|
||||
@ -48,4 +48,4 @@ void mopPrintInfo __P((FILE *, u_char *, int *, u_short,
|
||||
u_char, int));
|
||||
__END_DECLS
|
||||
|
||||
#endif _PRINT_H_
|
||||
#endif /* _PRINT_H_ */
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
/* $NetBSD: rc.h,v 1.3 1997/10/16 23:25:05 lukem Exp $ */
|
||||
/* $NetBSD: rc.h,v 1.4 2001/01/16 02:50:32 cgd Exp $ */
|
||||
|
||||
/*
|
||||
* Copyright (c) 1993-95 Mats O Jansson. All rights reserved.
|
||||
@ -28,7 +28,7 @@
|
||||
* (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
|
||||
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
*
|
||||
* $NetBSD: rc.h,v 1.3 1997/10/16 23:25:05 lukem Exp $
|
||||
* $NetBSD: rc.h,v 1.4 2001/01/16 02:50:32 cgd Exp $
|
||||
*
|
||||
*/
|
||||
|
||||
@ -39,4 +39,4 @@ __BEGIN_DECLS
|
||||
void mopDumpRC __P((FILE *, u_char *, int));
|
||||
__END_DECLS
|
||||
|
||||
#endif _RC_H_
|
||||
#endif /* _RC_H_ */
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
/* $NetBSD: process.h,v 1.3 1997/10/16 23:25:21 lukem Exp $ */
|
||||
/* $NetBSD: process.h,v 1.4 2001/01/16 02:50:32 cgd Exp $ */
|
||||
|
||||
/*
|
||||
* Copyright (c) 1993-95 Mats O Jansson. All rights reserved.
|
||||
@ -28,7 +28,7 @@
|
||||
* (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
|
||||
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
*
|
||||
* $NetBSD: process.h,v 1.3 1997/10/16 23:25:21 lukem Exp $
|
||||
* $NetBSD: process.h,v 1.4 2001/01/16 02:50:32 cgd Exp $
|
||||
*
|
||||
*/
|
||||
|
||||
@ -42,4 +42,4 @@ void mopProcessRC __P((FILE *, struct if_info *, u_char *, int *,
|
||||
u_char *, u_char *, int, u_short));
|
||||
__END_DECLS
|
||||
|
||||
#endif _PROCESS_H_
|
||||
#endif /* _PROCESS_H_ */
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user