1
0
mirror of https://git.FreeBSD.org/src.git synced 2025-01-23 16:01:42 +00:00

Fixed tab lossage in vendor id and nearby style bugs in previous commit.

This commit is contained in:
Bruce Evans 2002-02-01 23:26:32 +00:00
parent eb0a30f4c1
commit 49efc51214
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=90096

View File

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