From: christof.hanke@rzg.mpg.de Date: Thu, 25 Jun 2009 00:15:06 +0000 (+0000) Subject: STABLE14-pag-get-lint-20090623 X-Git-Tag: openafs-stable-1_4_11pre2~2 X-Git-Url: https://git.michaelhowe.org/gitweb/?a=commitdiff_plain;h=a829b04851ecc54e50ff83733ff614023dd33837;p=packages%2Fo%2Fopenafs.git STABLE14-pag-get-lint-20090623 LICENSE IPL10 FIXES 124951 make things happy for rpmlint again (wrong initialization) (cherry picked from commit 4ac7d59d464d66322a2925c86e955cd8d8067f75) --- diff --git a/src/afs/afs_pioctl.c b/src/afs/afs_pioctl.c index ab4847129..bebc753fb 100644 --- a/src/afs/afs_pioctl.c +++ b/src/afs/afs_pioctl.c @@ -751,6 +751,7 @@ afs_xioctl(void) #if defined(AFS_OSF_ENV) || defined(AFS_DARWIN_ENV) || defined(AFS_XBSD_ENV) return (code); #endif +return 0; } #endif /* AFS_SGI_ENV */ #endif /* AFS_HPUX102_ENV */