CMASK was only a CSRGism. It was only used in the kernel and ftpd, once
authorderaadt <deraadt@openbsd.org>
Tue, 20 Jan 2015 18:03:17 +0000 (18:03 +0000)
committerderaadt <deraadt@openbsd.org>
Tue, 20 Jan 2015 18:03:17 +0000 (18:03 +0000)
each, never in portable software.  Mop it up.
ok guenther, tested in ports tree by sthen

sys/sys/param.h

index 6c43583..45a0620 100644 (file)
@@ -1,4 +1,4 @@
-/*     $OpenBSD: param.h,v 1.111 2015/01/18 21:47:16 millert Exp $     */
+/*     $OpenBSD: param.h,v 1.112 2015/01/20 18:03:17 deraadt Exp $     */
 
 /*-
  * Copyright (c) 1982, 1986, 1989, 1993
 
 #define        NODEV   (dev_t)(-1)     /* non-existent device */
 
-#define        CMASK   022             /* default file mask: S_IWGRP|S_IWOTH */
-
 /*
  * Constants related to network buffer management.
  * MCLBYTES must be no larger than PAGE_SIZE (the software page size) and,