summaryrefslogtreecommitdiff
path: root/src/m/sequent.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/m/sequent.h')
-rw-r--r--src/m/sequent.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/m/sequent.h b/src/m/sequent.h
index 404bbf54668..7e45c4f4fda 100644
--- a/src/m/sequent.h
+++ b/src/m/sequent.h
@@ -163,3 +163,6 @@ NOTE-END */
sprintf (ptyname, "/dev/pty%c%c", PTY_MAJOR[ma], PTY_MINOR[mi]);
#define PTY_TTY_NAME_SPRINTF \
sprintf (ptyname, "/dev/tty%c%c", PTY_MAJOR[ma], PTY_MINOR[mi]);
+
+/* arch-tag: 81caea48-aa64-4021-9544-e969dea71ee8
+ (do not change this comment) */