mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Cut-n-paste in `list' mode considered harmful.
This commit is contained in:
parent
4185049582
commit
26a2df7351
2 changed files with 5 additions and 5 deletions
|
|
@ -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$");
|
||||
|
||||
|
|
|
|||
|
|
@ -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$");
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue