Define $FreeBSD$ at the right place.

This commit is contained in:
Martin Blapp 2003-07-28 11:49:07 +00:00
parent 3718a191eb
commit a156f90104
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=118120
2 changed files with 3 additions and 5 deletions

View file

@ -43,7 +43,7 @@
#ifndef lint
static char copyright[] =
"$Id: dispatch.c,v 1.63.2.3 2002/11/17 02:26:57 dhankins Exp $ Copyright (c) 1995-2002 The Internet Software Consortium. All rights reserved.\n";
"$Id: dispatch.c,v 1.63.2.3 2002/11/17 02:26:57 dhankins Exp $ Copyright (c) 1995-2002 The Internet Software Consortium. All rights reserved.\n"
"$FreeBSD$\n";
#endif /* not lint */

View file

@ -39,12 +39,10 @@
* ``http://www.isc.org/''. To learn more about Vixie Enterprises,
* see ``http://www.vix.com''. To learn more about Nominum, Inc., see
* ``http://www.nominum.com''.
*
* $FreeBSD$
*/
#ifndef lint
"$FreeBSD$\n";
#endif /* not lint */
#ifndef __CYGWIN32__
#include <sys/types.h>
#include <netinet/in.h>