From: deraadt Date: Tue, 20 Jan 2015 18:03:17 +0000 (+0000) Subject: CMASK was only a CSRGism. It was only used in the kernel and ftpd, once X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=b66a9c4d7edc523c845447f7bbdb9691ee33bb95;p=openbsd CMASK was only a CSRGism. It was only used in the kernel and ftpd, once each, never in portable software. Mop it up. ok guenther, tested in ports tree by sthen --- diff --git a/sys/sys/param.h b/sys/sys/param.h index 6c43583b53b..45a0620fc4e 100644 --- a/sys/sys/param.h +++ b/sys/sys/param.h @@ -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 @@ -120,8 +120,6 @@ #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,