summaryrefslogtreecommitdiffstats
path: root/sys/kern/kern_xxx.c
diff options
context:
space:
mode:
authorrwatson <rwatson@FreeBSD.org>2007-03-05 13:10:58 +0000
committerrwatson <rwatson@FreeBSD.org>2007-03-05 13:10:58 +0000
commit69938bd19626ef8e176215880689a282503f8eca (patch)
tree2dd9323b62ee1cbf7eb55c41c1cc9c518ebd0111 /sys/kern/kern_xxx.c
parentbc98d02991feca044590da3d2fccb75e6f3f21da (diff)
downloadFreeBSD-src-69938bd19626ef8e176215880689a282503f8eca.zip
FreeBSD-src-69938bd19626ef8e176215880689a282503f8eca.tar.gz
Further system call comment cleanup:
- Remove also "MP SAFE" after prior "MPSAFE" pass. (suggested by bde) - Remove extra blank lines in some cases. - Add extra blank lines in some cases. - Remove no-op comments consisting solely of the function name, the word "syscall", or the system call name. - Add punctuation. - Re-wrap some comments.
Diffstat (limited to 'sys/kern/kern_xxx.c')
-rw-r--r--sys/kern/kern_xxx.c10
1 files changed, 4 insertions, 6 deletions
diff --git a/sys/kern/kern_xxx.c b/sys/kern/kern_xxx.c
index d5e476d..b701372 100644
--- a/sys/kern/kern_xxx.c
+++ b/sys/kern/kern_xxx.c
@@ -142,14 +142,15 @@ oquota(td, uap)
struct thread *td;
struct oquota_args *uap;
{
+
return (ENOSYS);
}
#endif /* COMPAT_43 */
/*
- * This is the FreeBSD-1.1 compatable uname(2) interface. These
- * days it is done in libc as a wrapper around a bunch of sysctl's.
- * This must maintain the old 1.1 binary ABI.
+ * This is the FreeBSD-1.1 compatable uname(2) interface. These days it is
+ * done in libc as a wrapper around a bunch of sysctl's. This must maintain
+ * the old 1.1 binary ABI.
*/
#if SYS_NMLN != 32
#error "FreeBSD-1.1 uname syscall has been broken"
@@ -159,7 +160,6 @@ struct uname_args {
struct utsname *name;
};
#endif
-
/* ARGSUSED */
int
uname(td, uap)
@@ -239,7 +239,6 @@ struct getdomainname_args {
int len;
};
#endif
-
/* ARGSUSED */
int
getdomainname(td, uap)
@@ -264,7 +263,6 @@ struct setdomainname_args {
int len;
};
#endif
-
/* ARGSUSED */
int
setdomainname(td, uap)
OpenPOWER on IntegriCloud