From owner-freebsd-commit Tue Oct 10 01:09:16 1995 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id BAA21941 for freebsd-commit-outgoing; Tue, 10 Oct 1995 01:09:16 -0700 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id BAA21928 for cvs-all-outgoing; Tue, 10 Oct 1995 01:09:13 -0700 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id BAA21917 for cvs-sys-outgoing; Tue, 10 Oct 1995 01:09:10 -0700 Received: (from swallace@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id BAA21903 ; Tue, 10 Oct 1995 01:08:59 -0700 Date: Tue, 10 Oct 1995 01:08:59 -0700 From: Steven Wallace Message-Id: <199510100808.BAA21903@freefall.freebsd.org> To: CVS-commiters, cvs-sys Subject: cvs commit: src/sys/kern sys_generic.c Sender: owner-commit@FreeBSD.org Precedence: bulk swallace 95/10/10 01:08:57 Modified: sys/kern sys_generic.c Log: Remove the ugly COMPAT_IBCS2 hack to hide a return value through magic numbers. The new socksys support does not need this hack. I am against any magic practicing.