Cut-n-paste in `list' mode considered harmful.

This commit is contained in:
David E. O'Brien 2002-02-01 07:25:07 +00:00
parent 4185049582
commit 26a2df7351
2 changed files with 5 additions and 5 deletions

View file

@ -31,9 +31,9 @@
* SUCH DAMAGE.
*/
#if defined(LIBC_SCCS) && !defined(lint)$
#if defined(LIBC_SCCS) && !defined(lint)
static char sccsid[] = "@(#)disklabel.c 8.2 (Berkeley) 5/3/95";
#endif /* LIBC_SCCS and not lint */$
#endif /* LIBC_SCCS and not lint */
#include <sys/cdefs.h>
__FBSDID("$FreeBSD$");

View file

@ -31,9 +31,9 @@
* SUCH DAMAGE.
*/
#if defined(LIBC_SCCS) && !defined(lint)$
static char sccsid[] = "@(#)err.c^I8.1 (Berkeley) 6/4/93";$
#endif /* LIBC_SCCS and not lint */$
#if defined(LIBC_SCCS) && !defined(lint)
static char sccsid[] = "@(#)err.c^I8.1 (Berkeley) 6/4/93";
#endif /* LIBC_SCCS and not lint */
#include <sys/cdefs.h>
__FBSDID("$FreeBSD$");