Browse Source

please alpha

OPENBSD_2_9
deraadt 23 years ago
parent
commit
8b515bb629
1 changed files with 3 additions and 2 deletions
  1. +3
    -2
      src/lib/libutil/login.c

+ 3
- 2
src/lib/libutil/login.c View File

@ -1,4 +1,4 @@
/* $OpenBSD: login.c,v 1.5 1998/07/13 02:11:12 millert Exp $ */
/* $OpenBSD: login.c,v 1.6 2001/02/05 09:46:50 deraadt Exp $ */
/*
* Copyright (c) 1988, 1993
* The Regents of the University of California. All rights reserved.
@ -34,7 +34,7 @@
#if defined(LIBC_SCCS) && !defined(lint)
/* from: static char sccsid[] = "@(#)login.c 8.1 (Berkeley) 6/4/93"; */
static char *rcsid = "$Id: login.c,v 1.5 1998/07/13 02:11:12 millert Exp $";
static char *rcsid = "$Id: login.c,v 1.6 2001/02/05 09:46:50 deraadt Exp $";
#endif /* LIBC_SCCS and not lint */
#include <sys/types.h>
@ -44,6 +44,7 @@ static char *rcsid = "$Id: login.c,v 1.5 1998/07/13 02:11:12 millert Exp $";
#include <stdlib.h>
#include <utmp.h>
#include <stdio.h>
#include <string.h>
#include "util.h"


Loading…
Cancel
Save