projects
/
pspp
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
96bb3d5
)
Be careful to always return something.
author
Jim Meyering
<jim@meyering.net>
Tue, 13 Feb 1996 05:28:38 +0000
(
05:28
+0000)
committer
Jim Meyering
<jim@meyering.net>
Tue, 13 Feb 1996 05:28:38 +0000
(
05:28
+0000)
lib/canon-host.c
patch
|
blob
|
history
diff --git
a/lib/canon-host.c
b/lib/canon-host.c
index 83b2cb9ad344b8d7d4e83f527184faceb16f9491..f302f5736cef675bd9dca2e59495a00d2edb4a4b 100644
(file)
--- a/
lib/canon-host.c
+++ b/
lib/canon-host.c
@@
-72,8
+72,6
@@
canon_host (host)
if (he)
return (char *) (he->h_name);
}
-
-#else /* ! HAVE_GETHOSTBYNAME */
- return 0;
#endif /* HAVE_GETHOSTBYNAME */
+ return 0;
}