summaryrefslogtreecommitdiff
path: root/src/who.c
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2007-03-28 08:34:03 +0200
committerJim Meyering <jim@meyering.net>2007-03-28 08:34:03 +0200
commit2fa23f1f86ddc57e4b7bf2453e75a9e54ba60d2b (patch)
tree4b5e3d3cf566c3de2f1c9c3d7f2ff73577d24dc7 /src/who.c
parent311b6df3447e33863c94ab6ce9eed15e3ee696ac (diff)
downloadcoreutils-2fa23f1f86ddc57e4b7bf2453e75a9e54ba60d2b.tar.xz
* src/stty.c: Don't include "vasprintf.h", now that its
declarations are guaranteed to be in gnulib's stdio.h. * src/who.c: Likewise.
Diffstat (limited to 'src/who.c')
-rw-r--r--src/who.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/who.c b/src/who.c
index db3af6e18..a99a8cd68 100644
--- a/src/who.c
+++ b/src/who.c
@@ -1,5 +1,5 @@
/* GNU's who.
- Copyright (C) 1992-2006 Free Software Foundation, Inc.
+ Copyright (C) 1992-2007 Free Software Foundation, Inc.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
@@ -37,7 +37,6 @@
#include "hard-locale.h"
#include "inttostr.h"
#include "quote.h"
-#include "vasprintf.h"
/* The official name of this program (e.g., no `g' prefix). */
#define PROGRAM_NAME "who"