Guest User

Untitled

a guest
Feb 18th, 2015
219
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.62 KB | None | 0 0
  1. clang -w -O3 -fno-strict-aliasing -Ic_code -c c_code/5_2/stdlib_net.c -o c_code/5_2/stdlib_net.o
  2. c_code/5_2/stdlib_net.c:351:39: error: use of undeclared identifier 'u_int32_t'
  3.                 name.sin_addr.s_addr = htonl_540807(INADDR_ANY);
  4.                                                     ^
  5. /usr/include/netinet/in.h:46:22: note: expanded from macro 'INADDR_ANY'
  6. #define INADDR_ANY              (u_int32_t)0x00000000
  7.                                  ^
  8. 1 error generated.
  9. $ clang --version
  10. FreeBSD clang version 3.4.1 (tags/RELEASE_34/dot1-final 208032) 20140512
  11. Target: x86_64-unknown-freebsd9.3
  12. Thread model: posix
Advertisement
Add Comment
Please, Sign In to add comment