The following commit has been merged in the master branch:
commit 9cb1aab5b56dd339eaa836d955fbaef237cc0401
Author: Andrew Deason <adea...@sinenomine.net>
Date:   Wed Jul 3 16:56:22 2024 -0500

    LINUX: Add newline to end of osi_misc.c
    
    Since commit 840cf3b62891 (afs: Introduce afs_kill_pending()),
    osi_misc.c has lacked a newline at the end of the file. This triggers a
    warning on some old compilers, such as gcc 4.1 on RHEL5, which breaks
    the build when using --enable-checking:
    
        [...]/src/libafs/MODLOAD-2.6.18-419.el5-SP/osi_misc.c:205:2: error: no 
newline at end of file
    
    Add a newline to get rid of the warning/error.
    
    Change-Id: Id5a3a3f36c4f51b36426b2fe78ac5afb1f4fb6b3
    Reviewed-on: https://gerrit.openafs.org/15775
    Tested-by: BuildBot <build...@rampaginggeek.com>
    Reviewed-by: Michael Meffie <mmef...@sinenomine.net>

 src/afs/LINUX/osi_misc.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

-- 
OpenAFS Master Repository
_______________________________________________
OpenAFS-cvs mailing list
OpenAFS-cvs@openafs.org
https://lists.openafs.org/mailman/listinfo/openafs-cvs

Reply via email to