git.y1.nz

sgw

Static git web (fork of stagit)
download: https://git.y1.nz/archives/sgw.tar.gz
README | Files | Log | Refs | LICENSE

commit e862768a1f396da6d013570941faefeced61351f
parent 6b48169fa5d12348a550d588fa768f670c653da8
Author: Hiltjo Posthuma <hiltjo@codemadness.org>
Date:   Sun, 12 Mar 2017 19:49:14 +0100

simplify/shorten pledge stub

Diffstat:
Mstagit-index.c6+-----
Mstagit.c6+-----
2 files changed, 2 insertions(+), 10 deletions(-)

diff --git a/stagit-index.c b/stagit-index.c @@ -22,11 +22,7 @@ static char *name = ""; static char owner[255]; #ifndef USE_PLEDGE -int -pledge(const char *promises, const char *paths[]) -{ - return 0; -} +#define pledge(p1,p2) 0 #endif void diff --git a/stagit.c b/stagit.c @@ -69,11 +69,7 @@ static FILE *rcachefp, *wcachefp; static const char *cachefile; #ifndef USE_PLEDGE -int -pledge(const char *promises, const char *paths[]) -{ - return 0; -} +#define pledge(p1,p2) 0 #endif void

This webpage is intended to be an accessible preview of this repository. To get a fuller picture, clone it and use the git CLI.