]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
Include "memrchr.h".
authorPaul Eggert <eggert@cs.ucla.edu>
Thu, 3 Feb 2005 21:34:34 +0000 (21:34 +0000)
committerPaul Eggert <eggert@cs.ucla.edu>
Thu, 3 Feb 2005 21:34:34 +0000 (21:34 +0000)
(memrchr) [!HAVE_DECL_MEMRCHR]: Remove decl.

src/system.h

index ed675f3f3e14eee47001d5cf5cf6b049bf021859..1a4889345d66f87b198e0537302bcb35d45bef0d 100644 (file)
@@ -1,5 +1,5 @@
 /* system-dependent definitions for fileutils, textutils, and sh-utils packages.
-   Copyright (C) 1989, 1991-2004 Free Software Foundation, Inc.
+   Copyright (C) 1989, 1991-2005 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
@@ -114,9 +114,7 @@ struct utimbuf
    memcpy otherwise.  */
 
 #include <string.h>
-#if ! HAVE_DECL_MEMRCHR
-void *memrchr (const void *, int, size_t);
-#endif
+#include "memrchr.h"
 
 #include <errno.h>