[master] 7287112b9 polish previous

Nils Goroll nils.goroll at uplex.de
Wed Dec 3 16:39:05 UTC 2025


commit 7287112b92e9cb777fb8da19c6c772e6f54dd7a5
Author: Nils Goroll <nils.goroll at uplex.de>
Date:   Wed Dec 3 17:37:54 2025 +0100

    polish previous
    
    add newline, should avoid error on solaris vtesters:
    
    "../../include/vcc_interface.h", line 121: newline not last character in file (E_NEWLINE_NOT_LAST)

diff --git a/include/vcc_interface.h b/include/vcc_interface.h
index 3304ca289..586961122 100644
--- a/include/vcc_interface.h
+++ b/include/vcc_interface.h
@@ -118,4 +118,4 @@ enum vcl_func_fail_e VPI_Call_Check(VRT_CTX, const struct VCL_conf *conf,
     unsigned methods, unsigned n);
 void VPI_Call_Begin(VRT_CTX, unsigned n);
 void VPI_Call_End(VRT_CTX, unsigned n);
-VCL_BOOL VPI_PtrCmp(const void *p1, const void *p2);
\ No newline at end of file
+VCL_BOOL VPI_PtrCmp(const void *p1, const void *p2);



More information about the varnish-commit mailing list