Enclose sccsid according to style(9).

udp/timed -> timed/udp
This commit is contained in:
Philippe Charnier 2003-02-05 12:56:40 +00:00
parent d417ef4a71
commit e869e50704
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=110390
2 changed files with 7 additions and 5 deletions

View File

@ -37,11 +37,12 @@ static char const copyright[] =
The Regents of the University of California. All rights reserved.\n";
#endif /* not lint */
#ifndef lint
#if 0
#ifndef lint
static char sccsid[] = "@(#)date.c 8.2 (Berkeley) 4/28/95";
#endif
#endif /* not lint */
#endif
#include <sys/cdefs.h>
__FBSDID("$FreeBSD$");

View File

@ -31,11 +31,12 @@
* SUCH DAMAGE.
*/
#ifndef lint
#if 0
#ifndef lint
static char sccsid[] = "@(#)netdate.c 8.1 (Berkeley) 5/31/93";
#endif
#endif /* not lint */
#endif
#include <sys/cdefs.h>
__FBSDID("$FreeBSD$");
@ -81,7 +82,7 @@ netsettime(time_t tval)
char hostname[MAXHOSTNAMELEN];
if ((sp = getservbyname("timed", "udp")) == NULL) {
warnx("udp/timed: unknown service");
warnx("timed/udp: unknown service");
return (retval = 2);
}