Comment out token after #endif.
This commit is contained in:
parent
19f4778435
commit
6e749bff5c
|
@ -1,4 +1,4 @@
|
|||
/* $NetBSD: list.h,v 1.5 1996/11/06 17:59:11 christos Exp $ */
|
||||
/* $NetBSD: list.h,v 1.6 2002/05/16 19:48:18 wiz Exp $ */
|
||||
|
||||
/*
|
||||
* Copyright (c) 1988, 1989, 1990 The Regents of the University of California.
|
||||
|
@ -51,7 +51,7 @@
|
|||
|
||||
#ifndef _SPRITE
|
||||
#include "sprite.h"
|
||||
#endif _SPRITE
|
||||
#endif /* _SPRITE */
|
||||
|
||||
/*
|
||||
* This module defines the list abstraction, which enables one to link
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
/* $NetBSD: viceioctl.h,v 1.2 1997/06/17 18:57:14 christos Exp $ */
|
||||
/* $NetBSD: viceioctl.h,v 1.3 2002/05/16 19:49:06 wiz Exp $ */
|
||||
|
||||
/*
|
||||
* Copyright (c) 1991 Carnegie Mellon University
|
||||
|
@ -74,4 +74,4 @@ struct ViceIoctl {
|
|||
|
||||
#define _VALIDVICEIOCTL(com) (com >= _VICEIOCTL(0) && com <= _VICEIOCTL(255))
|
||||
|
||||
#endif _SYS_VICEIOCTL_H_
|
||||
#endif /* _SYS_VICEIOCTL_H_ */
|
||||
|
|
Loading…
Reference in New Issue