PERFORCE change 122950 for review

Roman Divacky rdivacky at FreeBSD.org
Thu Jul 5 13:22:05 UTC 2007


http://perforce.freebsd.org/chv.cgi?CH=122950

Change 122950 by rdivacky at rdivacky_witten on 2007/07/05 13:21:38

	Change ssize_t to int for the actual function of readlinkat.

Affected files ...

.. //depot/projects/soc2007/rdivacky/linux_at/sys/kern/vfs_syscalls.c#45 edit

Differences ...

==== //depot/projects/soc2007/rdivacky/linux_at/sys/kern/vfs_syscalls.c#45 (text+ko) ====

@@ -2690,7 +2690,7 @@
 	size_t	bufsize;
 };
 #endif
-ssize_t
+int
 readlinkat(struct thread *td, struct readlinkat_args *args)
 {
 	return (kern_readlinkat(td, args->fd, args->path, UIO_USERSPACE,


More information about the p4-projects mailing list