mirror of
https://gitlab.freedesktop.org/libbsd/libbsd.git
synced 2025-04-16 15:01:17 +02:00
Add new __RCSID macro
Define it to nothing, so that source imported from BSDs can be easily compiled w/o needing to modify them.
This commit is contained in:
parent
f984a7006b
commit
931e043430
@ -1,5 +1,5 @@
|
|||||||
/*
|
/*
|
||||||
* Copyright © 2004, 2005, 2006 Guillem Jover
|
* Copyright © 2004, 2005, 2006, 2009 Guillem Jover
|
||||||
*
|
*
|
||||||
* Redistribution and use in source and binary forms, with or without
|
* Redistribution and use in source and binary forms, with or without
|
||||||
* modification, are permitted provided that the following conditions
|
* modification, are permitted provided that the following conditions
|
||||||
@ -61,6 +61,10 @@
|
|||||||
# define __bounded__(x, y, z)
|
# define __bounded__(x, y, z)
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#ifndef __RCSID
|
||||||
|
# define __RCSID(x)
|
||||||
|
#endif
|
||||||
|
|
||||||
#ifndef __FBSDID
|
#ifndef __FBSDID
|
||||||
# define __FBSDID(x)
|
# define __FBSDID(x)
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
x
Reference in New Issue
Block a user