bug-coreutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

stty.c patch for vasprintf on Solaris


From: Paul Eggert
Subject: stty.c patch for vasprintf on Solaris
Date: Wed, 03 Nov 2004 15:20:12 -0800
User-agent: Gnus/5.1006 (Gnus v5.10.6) Emacs/21.3 (gnu/linux)

(Sorry, I mis-sent the following email to bug-gnulib.  Here it is
again, at the right place.)

I installed this obvious fix:

2004-11-03  Paul Eggert  <address@hidden>

        * src/stty.c: Include "vasprintf.h" since we use vasprintf now.

--- stty.c.~1.128.~     2004-09-21 15:12:13 -0700
+++ stty.c      2004-11-03 00:26:29 -0800
@@ -56,6 +56,7 @@
 
 #include "system.h"
 #include "error.h"
+#include "vasprintf.h"
 #include "xstrtol.h"
 
 /* The official name of this program (e.g., no `g' prefix).  */




reply via email to

[Prev in Thread] Current Thread [Next in Thread]