sync with OpenBSD -current

This commit is contained in:
purplerain 2024-08-22 06:31:16 +00:00
parent df7f961280
commit f7a17acf06
Signed by: purplerain
GPG key ID: F42C07F07E2E35B7
69 changed files with 1361 additions and 1361 deletions

View file

@ -1,4 +1,4 @@
/* $OpenBSD: extern.h,v 1.225 2024/07/12 09:27:32 claudio Exp $ */
/* $OpenBSD: extern.h,v 1.226 2024/08/21 19:35:31 job Exp $ */
/*
* Copyright (c) 2019 Kristaps Dzonsons <kristaps@bsd.lv>
*
@ -1001,7 +1001,7 @@ int mkpathat(int, const char *);
/* Min/Max acceptable file size */
#define MIN_FILE_SIZE 100
#define MAX_FILE_SIZE 4000000
#define MAX_FILE_SIZE 8000000
/* Maximum number of FileNameAndHash entries per RSC checklist. */
#define MAX_CHECKLIST_ENTRIES 100000