emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/src/s/usg5-4.h


From: Dave Love
Subject: [Emacs-diffs] Changes to emacs/src/s/usg5-4.h
Date: Thu, 05 Sep 2002 13:11:25 -0400

Index: emacs/src/s/usg5-4.h
diff -c emacs/src/s/usg5-4.h:1.28 emacs/src/s/usg5-4.h:1.29
*** emacs/src/s/usg5-4.h:1.28   Thu Dec  2 02:58:22 1999
--- emacs/src/s/usg5-4.h        Fri Dec 15 09:49:08 2000
***************
*** 1,5 ****
  /* Definitions file for GNU Emacs running on AT&T's System V Release 4
!    Copyright (C) 1987, 1990, 1999 Free Software Foundation, Inc.
  
  This file is part of GNU Emacs.
  
--- 1,5 ----
  /* Definitions file for GNU Emacs running on AT&T's System V Release 4
!    Copyright (C) 1987, 1990, 1999, 2000 Free Software Foundation, Inc.
  
  This file is part of GNU Emacs.
  
***************
*** 198,208 ****
     So give it a try.  */
  #define HAVE_SOCKETS
  
- #ifndef IRIX6
  #define bcopy(src,dst,n)      memmove (dst,src,n)
  #define bcmp(src,dst,n)               memcmp (src,dst,n)
  #define bzero(s,n)            memset (s,0,n)
- #endif
  
  /* Markus Weiand <address@hidden> says this is needed for Motif on
     SINIX.  */
--- 198,206 ----




reply via email to

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