commit-hurd
[Top][All Lists]
Advanced

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

[hurd] 21/36: Fix gcc warning


From: Samuel Thibault
Subject: [hurd] 21/36: Fix gcc warning
Date: Tue, 24 Sep 2013 12:31:16 +0000

This is an automated email from the git hooks/post-receive script.

sthibault pushed a commit to branch upstream
in repository hurd.

commit 59f09db0b59c710e65aa075874f9d53f29ee18cf
Author: Samuel Thibault <address@hidden>
Date:   Sat Sep 21 13:54:16 2013 +0200

    Fix gcc warning
    
    * pflocal/io.c (copy_time): Make `to_nsec` parameter a long * instead of an
    unsigned long *.
---
 pflocal/io.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pflocal/io.c b/pflocal/io.c
index 0dec56e..67d0349 100644
--- a/pflocal/io.c
+++ b/pflocal/io.c
@@ -308,7 +308,7 @@ S_io_stat (struct sock_user *user, struct stat *st)
   struct sock *sock;
   struct pipe *rpipe, *wpipe;
 
-  void copy_time (time_value_t *from, time_t *to_sec, unsigned long *to_nsec)
+  void copy_time (time_value_t *from, time_t *to_sec, long *to_nsec)
     {
       *to_sec = from->seconds;
       *to_nsec = from->microseconds * 1000;

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-hurd/hurd.git



reply via email to

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