create bsd12 branch

This commit is contained in:
ziggi
2019-12-26 07:26:06 +00:00
commit 5cfdab6bfe
14432 changed files with 2272620 additions and 0 deletions

View File

@@ -0,0 +1,15 @@
--- base/gdevvglb.c.orig 2012-08-08 08:01:36 UTC
+++ base/gdevvglb.c
@@ -368,12 +368,3 @@ vgalib_put_params(gx_device * dev, gs_pa
}
return 0;
}
-
-#ifdef GS_DEVS_SHARED
-extern void gs_lib_register_device(const gx_device *dev);
-void
-gs_shared_init(void)
-{
- gs_lib_register_device(&gs_vgalib_device);
-}
-#endif