Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/usr.sbin/timed/timed Don't include utmp.h
details: https://anonhg.NetBSD.org/src/rev/20e03f6b38d1
branches: trunk
changeset: 534712:20e03f6b38d1
user: christos <christos%NetBSD.org@localhost>
date: Fri Aug 02 02:13:46 2002 +0000
description:
Don't include utmp.h
diffstat:
usr.sbin/timed/timed/master.c | 5 ++---
1 files changed, 2 insertions(+), 3 deletions(-)
diffs (26 lines):
diff -r 6632d1791d3e -r 20e03f6b38d1 usr.sbin/timed/timed/master.c
--- a/usr.sbin/timed/timed/master.c Fri Aug 02 02:08:11 2002 +0000
+++ b/usr.sbin/timed/timed/master.c Fri Aug 02 02:13:46 2002 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: master.c,v 1.10 2002/07/06 22:08:31 wiz Exp $ */
+/* $NetBSD: master.c,v 1.11 2002/08/02 02:13:46 christos Exp $ */
/*-
* Copyright (c) 1985, 1993 The Regents of the University of California.
@@ -38,7 +38,7 @@
#if 0
static char sccsid[] = "@(#)master.c 8.1 (Berkeley) 6/6/93";
#else
-__RCSID("$NetBSD: master.c,v 1.10 2002/07/06 22:08:31 wiz Exp $");
+__RCSID("$NetBSD: master.c,v 1.11 2002/08/02 02:13:46 christos Exp $");
#endif
#endif /* not lint */
@@ -47,7 +47,6 @@
#include <sys/types.h>
#include <sys/times.h>
#include <setjmp.h>
-#include <utmp.h>
#include "pathnames.h"
Home |
Main Index |
Thread Index |
Old Index