diff --git a/usr.bin/who/utmpentry.c b/usr.bin/who/utmpentry.c index 49639f2b7de9..767b65197fee 100644 --- a/usr.bin/who/utmpentry.c +++ b/usr.bin/who/utmpentry.c @@ -1,4 +1,4 @@ -/* $NetBSD: utmpentry.c,v 1.9 2006/09/19 21:01:29 christos Exp $ */ +/* $NetBSD: utmpentry.c,v 1.10 2006/09/20 19:43:33 christos Exp $ */ /*- * Copyright (c) 2002 The NetBSD Foundation, Inc. @@ -38,7 +38,7 @@ #include #ifndef lint -__RCSID("$NetBSD: utmpentry.c,v 1.9 2006/09/19 21:01:29 christos Exp $"); +__RCSID("$NetBSD: utmpentry.c,v 1.10 2006/09/20 19:43:33 christos Exp $"); #endif #include @@ -284,7 +284,7 @@ getentry(struct utmpentry *e, struct utmp *up) e->term = 0; e->exit = 0; e->sess = 0; - e->type = 0; + e->type = USER_PROCESS; adjust_size(e); } #endif