repo.or.cz
/
netbsd-mini2440.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Fix mdoc(7)/man(7) mix up.
[netbsd-mini2440.git]
/
lib
/
libc
/
gen
/
Lint_bswap32.c
blob
93f310bf3fff6bf5b8296351c77d8e9f09575708
1
/* $NetBSD$ */
2
/* Written by Manuel Bouyer. Public Domain */
3
4
#include <sys/types.h>
5
6
/*ARGSUSED*/
7
u_int32_t
8
bswap32
(
b32
)
9
u_int32_t b32
;
10
{
11
return
0
;
12
}