# HG changeset patch # User Paul Boddie # Date 1652386402 -7200 # Node ID 82357f1fa1f42e30439d9d3bfde3f83720047487 # Parent 06b056cac249a10c9d6604df3deac85890f52f9e Added vim modeline. diff -r 06b056cac249 -r 82357f1fa1f4 libsystypes/include/systypes/fcntl.h --- a/libsystypes/include/systypes/fcntl.h Wed May 11 17:23:11 2022 +0200 +++ b/libsystypes/include/systypes/fcntl.h Thu May 12 22:13:22 2022 +0200 @@ -1,7 +1,7 @@ /* * File control definitions. * - * Copyright (C) 2019, 2020 Paul Boddie + * Copyright (C) 2019, 2020, 2022 Paul Boddie * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License as @@ -47,3 +47,6 @@ int open(const char *pathname, int flags, ... /* mode_t mode */); EXTERN_C_END + +/* vim: tabstop=2 expandtab shiftwidth=2 +*/