bug-gnulib
[Top][All Lists]
Advanced

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

getline.h removal fixes


From: Simon Josefsson
Subject: getline.h removal fixes
Date: Thu, 23 Aug 2007 17:44:10 +0200
User-agent: Gnus/5.110007 (No Gnus v0.7) Emacs/22.1 (gnu/linux)

Committed.

/Simon

Index: ChangeLog
===================================================================
RCS file: /sources/gnulib/gnulib/ChangeLog,v
retrieving revision 1.1900
diff -u -p -r1.1900 ChangeLog
--- ChangeLog   23 Aug 2007 08:33:16 -0000      1.1900
+++ ChangeLog   23 Aug 2007 15:44:00 -0000
@@ -1,3 +1,8 @@
+2007-08-23  Simon Josefsson  <address@hidden>
+
+       * lib/readline.c: Don't include getline.h, the prototype is now
+       found in stdio.h.
+
 2007-08-23  Jim Meyering  <address@hidden>
 
        Getdelim touchup.
Index: lib/readline.c
===================================================================
RCS file: /sources/gnulib/gnulib/lib/readline.c,v
retrieving revision 1.6
diff -u -p -r1.6 readline.c
--- lib/readline.c      29 Oct 2006 21:52:55 -0000      1.6
+++ lib/readline.c      23 Aug 2007 15:44:00 -0000
@@ -1,5 +1,5 @@
 /* readline.c --- Simple implementation of readline.
-   Copyright (C) 2005, 2006 Free Software Foundation, Inc.
+   Copyright (C) 2005, 2006, 2007 Free Software Foundation, Inc.
    Written by Simon Josefsson
 
    This program is free software; you can redistribute it and/or modify
@@ -32,7 +32,6 @@
 
 #include <stdio.h>
 #include <string.h>
-#include <getline.h>
 
 char *
 readline (const char *prompt)




reply via email to

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