declarations are guaranteed to be in gnulib's stdio.h.
* src/who.c: Likewise.
+2007-03-28 Jim Meyering <jim@meyering.net>
+
+ * 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.
+
2007-03-27 Jim Meyering <jim@meyering.net>
* README: Use "install", not "ginstall" in the list of program names.
/* stty -- change and print terminal line settings
- Copyright (C) 1990-2005 Free Software Foundation, Inc.
+ Copyright (C) 1990-2005, 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
#include "error.h"
#include "fd-reopen.h"
#include "quote.h"
-#include "vasprintf.h"
#include "xstrtol.h"
/* The official name of this program (e.g., no `g' prefix). */
/* 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
#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"