]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
protoize
authorJim Meyering <jim@meyering.net>
Tue, 24 Feb 1998 23:17:38 +0000 (23:17 +0000)
committerJim Meyering <jim@meyering.net>
Tue, 24 Feb 1998 23:17:38 +0000 (23:17 +0000)
lib/full-write.c

index 1e80b0a8ac2394769c74025fae62a565ce56bf32..ac27d620959ccea364e9af36028c4f9342eb3a7f 100644 (file)
@@ -1,5 +1,5 @@
 /* full-write.c -- an interface to write that retries after interrupts
-   Copyright (C) 1993, 1994, 1997 Free Software Foundation, Inc.
+   Copyright (C) 1993, 1994, 1997, 1998 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
@@ -37,10 +37,7 @@ extern int errno;
    Return LEN upon success, write's (negative) error code otherwise.  */
 
 int
-full_write (desc, ptr, len)
-     int desc;
-     char *ptr;
-     size_t len;
+full_write (int desc, const char *ptr, size_t len)
 {
   int total_written;