ratpoison-devel
[Top][All Lists]
Advanced

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

[RP] string.h


From: Sven Hartrumpf
Subject: [RP] string.h
Date: Tue Feb 19 07:25:01 2002

Hi.
Four files need to include string.h (as reported by gcc 3.0.3).
See trivial patch below. Greetings

diff -p ratpoison.patch/communications.c ratpoison.orig/communications.c
*** ratpoison.patch/communications.c    Tue Feb 19 16:12:34 2002
--- ratpoison.orig/communications.c     Tue Feb 19 16:12:23 2002
***************
*** 25,32 ****
  #include <X11/Xatom.h>
  #include <X11/Xproto.h>
  
- #include <string.h>
- 
  #include "ratpoison.h"
  
  
--- 25,30 ----
diff -p ratpoison.patch/events.c ratpoison.orig/events.c
*** ratpoison.patch/events.c    Tue Feb 19 16:13:26 2002
--- ratpoison.orig/events.c     Tue Feb 19 16:21:24 2002
***************
*** 27,33 ****
  
  #include <stdio.h>
  #include <stdlib.h>
- #include <string.h>
  #include <signal.h>
  #include <errno.h>
  #include <unistd.h>
--- 27,32 ----
diff -p ratpoison.patch/sbuf.c ratpoison.orig/sbuf.c
*** ratpoison.patch/sbuf.c      Tue Feb 19 16:14:49 2002
--- ratpoison.orig/sbuf.c       Fri Dec 21 12:58:56 2001
***************
*** 19,26 ****
   * Boston, MA 02111-1307 USA
   */
  
- #include <string.h>
- 
  #include "ratpoison.h"
  #include "sbuf.h"
  
--- 19,24 ----
diff -p ratpoison.patch/split.c ratpoison.orig/split.c
*** ratpoison.patch/split.c     Tue Feb 19 16:15:33 2002
--- ratpoison.orig/split.c      Sun Dec  9 03:04:49 2001
***************
*** 21,27 ****
   * Functions for handling window splitting and tiling.
   */
  
- #include <string.h>
  #include <unistd.h>
  
  #include "ratpoison.h"
--- 21,26 ----



reply via email to

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