FreeBSD Bugzilla – Attachment 11190 Details for
Bug 22132
/usr/include/vgl.h doesn't have and #ifndef/#define/#endif wrapper
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 584 bytes, created by
sf
on 2000-10-19 21:40:00 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
sf
Created:
2000-10-19 21:40:00 UTC
Size:
584 bytes
patch
obsolete
>--- vgl.h.orig Mon Oct 16 11:22:16 2000 >+++ vgl.h Mon Oct 16 11:22:38 2000 >@@ -28,6 +28,9 @@ > * $FreeBSD: src/lib/libvgl/vgl.h,v 1.5 1999/11/09 12:11:24 yokota Exp $ > */ > >+#ifndef _VGL_H_ >+#define _VGL_H_ >+ > #include <stdlib.h> > #include <unistd.h> > #include <string.h> >@@ -140,3 +143,5 @@ > int VGLTextSetFontFile(char *filename); > void VGLBitmapPutChar(VGLBitmap *Object, int x, int y, byte ch, byte fgcol, >byte bgcol, int fill, int dir); > void VGLBitmapString(VGLBitmap *Object, int x, int y, char *str, byte fgcol, >byte bgcol, int fill, int dir); >+ >+#endif /* !_VGL_H_ */
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 22132
: 11190