From bb5afed7a0eeaf361be1e29b3a3ab8ace2865b39 Mon Sep 17 00:00:00 2001 From: "Luke T. Shumaker" Date: Wed, 9 Oct 2024 17:01:06 -0600 Subject: lib9p: finish refactor --- lib9p/idl/02-9P2000.u.9p | 29 ----------------------------- 1 file changed, 29 deletions(-) delete mode 100644 lib9p/idl/02-9P2000.u.9p (limited to 'lib9p/idl/02-9P2000.u.9p') diff --git a/lib9p/idl/02-9P2000.u.9p b/lib9p/idl/02-9P2000.u.9p deleted file mode 100644 index d3ca6f0..0000000 --- a/lib9p/idl/02-9P2000.u.9p +++ /dev/null @@ -1,29 +0,0 @@ -# 02-9P2000.u.9p - Definitions of 9P2000.u messages -# -# Copyright (C) 2024 Luke T. Shumaker -# SPDX-Licence-Identifier: AGPL-3.0-or-later - -# "9P2000.u" Unix extension -# https://ericvh.github.io/9p-rfc/rfc9p2000.u.html -# https://github.com/ericvh/9p-rfc/blob/master/9p2000.u.xml -version "9P2000.u" - -from ./01-9P2000.9p import * - -struct stat += "file_extension[s]" - "file_owner_n_uid[4]" - "file_owner_n_gid[4]" - "file_last_modified_n_uid[4]" - -msg Tauth += "n_uname[4]" -msg Tattach += "n_uname[4]" - -msg Rerror += "errno[4]" - -bitfield dm += "23=DEVICE" - "21=NAMEDPIPE" - "20=SOCKET" - "19=SETUID" - "18=SETGID" - -bitfield qt += "1=SYMLINK" -- cgit v1.2.3-2-g168b