|
|
| version 1.2, 2003/06/17 04:27:07 | version 1.3, 2003/11/14 03:54:29 |
|---|---|
| Line 33 | Line 33 |
| * @(#) Copyright (c) 1980, 1993 The Regents of the University of California. All rights reserved. | * @(#) Copyright (c) 1980, 1993 The Regents of the University of California. All rights reserved. |
| * @(#)comsat.c 8.1 (Berkeley) 6/4/93 | * @(#)comsat.c 8.1 (Berkeley) 6/4/93 |
| * $FreeBSD: src/libexec/comsat/comsat.c,v 1.13.2.1 2002/08/09 02:56:30 johan Exp $ | * $FreeBSD: src/libexec/comsat/comsat.c,v 1.13.2.1 2002/08/09 02:56:30 johan Exp $ |
| * $DragonFly: src/libexec/comsat/comsat.c,v 1.1 2003/06/16 04:58:31 dillon Exp $ | * $DragonFly$ |
| */ | */ |
| #include <sys/param.h> | #include <sys/param.h> |
| Line 69 struct utmp *utmp = NULL; | Line 69 struct utmp *utmp = NULL; |
| time_t lastmsgtime; | time_t lastmsgtime; |
| int nutmp, uf; | int nutmp, uf; |
| void jkfprintf __P((FILE *, char[], char[], off_t)); | void jkfprintf (FILE *, char[], char[], off_t); |
| void mailfor __P((char *)); | void mailfor (char *); |
| void notify __P((struct utmp *, char[], off_t, int)); | void notify (struct utmp *, char[], off_t, int); |
| void onalrm __P((int)); | void onalrm (int); |
| void reapchildren __P((int)); | void reapchildren (int); |
| int | int |
| main(argc, argv) | main(argc, argv) |