Module Name:    src
Committed By:   wiz
Date:           Mon Aug  1 14:34:02 UTC 2022

Modified Files:
        src/include: sched.h

Log Message:
sched.h: format comment to follow KNF

requested by thorpej@


To generate a diff of this commit:
cvs rdiff -u -r1.13 -r1.14 src/include/sched.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/include/sched.h
diff -u src/include/sched.h:1.13 src/include/sched.h:1.14
--- src/include/sched.h:1.13	Mon Aug  1 14:19:40 2022
+++ src/include/sched.h	Mon Aug  1 14:34:01 2022
@@ -1,4 +1,4 @@
-/*	$NetBSD: sched.h,v 1.13 2022/08/01 14:19:40 wiz Exp $	*/
+/*	$NetBSD: sched.h,v 1.14 2022/08/01 14:34:01 wiz Exp $	*/
 
 /*-
  * Copyright (c) 2001 The NetBSD Foundation, Inc.
@@ -71,9 +71,11 @@ int	sched_setaffinity_np(pid_t, size_t, 
 
 #if defined(_GNU_SOURCE)
 
-/* Historical functions, not defined in standard */
-/* Linux man page documents these functions as only available when
- * _GNU_SOURCE is defined */
+/*
+ * Historical functions, not defined in standard
+ * Linux man page documents these functions as only available when
+ * _GNU_SOURCE is defined
+ */
 pid_t	 clone(int (*)(void *), void *, int, void *);
 pid_t	__clone(int (*)(void *), void *, int, void *);
 

Reply via email to