Module Name:    src
Committed By:   pgoyette
Date:           Sat Sep 15 05:57:51 UTC 2018

Modified Files:
        src/sys/sys [pgoyette-compat]: compat_stub.h

Log Message:
Remove stray '-'


To generate a diff of this commit:
cvs rdiff -u -r1.1.2.16 -r1.1.2.17 src/sys/sys/compat_stub.h

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

Modified files:

Index: src/sys/sys/compat_stub.h
diff -u src/sys/sys/compat_stub.h:1.1.2.16 src/sys/sys/compat_stub.h:1.1.2.17
--- src/sys/sys/compat_stub.h:1.1.2.16	Sat Sep 15 05:56:50 2018
+++ src/sys/sys/compat_stub.h	Sat Sep 15 05:57:51 2018
@@ -1,4 +1,4 @@
-/* $NetBSD: compat_stub.h,v 1.1.2.16 2018/09/15 05:56:50 pgoyette Exp $	*/
+/* $NetBSD: compat_stub.h,v 1.1.2.17 2018/09/15 05:57:51 pgoyette Exp $	*/
 
 /*-
  * Copyright (c) 2018 The NetBSD Foundation, Inc.
@@ -72,7 +72,7 @@ extern int (*vec_ntp_timestatus)(void);
  */
 
 extern int (*compat_ccd_ioctl_60)(dev_t, u_long, void *, int, struct lwp *,
--    int (*f)(dev_t, u_long, void *, int, struct lwp *));
+    int (*f)(dev_t, u_long, void *, int, struct lwp *));
 
 /*
  * Routine vector for dev/clockctl ioctl()

Reply via email to