]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
* src/stty.c: Don't include "vasprintf.h", now that its
authorJim Meyering <jim@meyering.net>
Wed, 28 Mar 2007 06:34:03 +0000 (08:34 +0200)
committerJim Meyering <jim@meyering.net>
Wed, 28 Mar 2007 06:34:03 +0000 (08:34 +0200)
declarations are guaranteed to be in gnulib's stdio.h.
* src/who.c: Likewise.

ChangeLog
src/stty.c
src/who.c

index 980a6f9df336379a8fca02d96404009ca2947614..650cde78abcee73d3604e64a29ae850c17c3f7d5 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+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.
index 33a821d25b8cb2a36332edafdd79fdb0f936980a..86a4bab457d50fafda3424362cc6497398e837ee 100644 (file)
@@ -1,5 +1,5 @@
 /* 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
@@ -62,7 +62,6 @@
 #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).  */
index db3af6e1855f2a439db3e5ff03f5a4b8418002e2..a99a8cd68349e1a780501d2d39aa1838be25b0fc 100644 (file)
--- 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"