diff options
author | David E. O'Brien <obrien@FreeBSD.org> | 2003-06-11 06:34:30 +0000 |
---|---|---|
committer | David E. O'Brien <obrien@FreeBSD.org> | 2003-06-11 06:34:30 +0000 |
commit | f4636c595963ab77fae559bb5eb35e54c9951538 (patch) | |
tree | 45aa7a8e0814925716b7df26a6901a4ee8341422 /sys/posix4/posix4_mib.c | |
parent | 2c44651495e3efe18815da86983b398b559bd4ee (diff) |
Use __FBSDID().
Notes
Notes:
svn path=/head/; revision=116192
Diffstat (limited to 'sys/posix4/posix4_mib.c')
-rw-r--r-- | sys/posix4/posix4_mib.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/sys/posix4/posix4_mib.c b/sys/posix4/posix4_mib.c index 12d5fecb4fbc..3c6bb976a733 100644 --- a/sys/posix4/posix4_mib.c +++ b/sys/posix4/posix4_mib.c @@ -28,10 +28,11 @@ * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. - * - * $FreeBSD$ */ +#include <sys/cdefs.h> +__FBSDID("$FreeBSD$"); + #include <sys/param.h> #include <sys/kernel.h> #include <sys/queue.h> |