patch-2.3.99-pre8 linux/drivers/net/bsd_comp.c

Next file: linux/drivers/net/pcmcia/Config.in
Previous file: linux/drivers/net/acenic_firmware.h
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.3.99-pre7/linux/drivers/net/bsd_comp.c linux/drivers/net/bsd_comp.c
@@ -1,3 +1,11 @@
+/*
+ * Update: The Berkeley copyright was changed, and the change 
+ * is retroactive to all "true" BSD software (ie everything
+ * from UCB as opposed to other peoples code that just carried
+ * the same license). The new copyright doesn't clash with the
+ * GPL, so the module-only restriction has been removed..
+ */
+
 /* Because this code is derived from the 4.3BSD compress source:
  *
  * Copyright (c) 1985, 1986 The Regents of the University of California.
@@ -52,10 +60,6 @@
  *
  * From: bsd_comp.c,v 1.3 1994/12/08 01:59:58 paulus Exp
  */
-
-#ifndef MODULE
-#error This file must be compiled as a module.
-#endif
 
 #include <linux/module.h>
 #include <linux/init.h>

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)