]> granicus.if.org Git - libtirpc/commit
key_call: utilize uname() all the time
authorMike Frysinger <vapier@gentoo.org>
Tue, 12 Feb 2013 14:52:36 +0000 (09:52 -0500)
committerSteve Dickson <steved@redhat.com>
Tue, 12 Feb 2013 14:53:24 +0000 (09:53 -0500)
commit60c3181e17497be5581d5b5dd23417d2a778daaa
tree7b5460229b59389ded2ba71750ccc1f1bad290b0
parentab1c0df00b5634b50c786460169d1b8c824106f7
key_call: utilize uname() all the time

Since we already rely on the utsname struct existing, and uname() is in
POSIX, drop the ifdef trickery around the call.

Signed-off-by: Steve Dickson <steved@redhat.com>
src/key_call.c