From b861de29176891657cc96631ddbfb4ea9e114a42 Mon Sep 17 00:00:00 2001
From: Fu Juntang <StrongTiger_001@163.com>
Date: 星期一, 30 八月 2021 17:52:23 +0800
Subject: [PATCH] re-structure the communication work flow.

---
 src/svsem.cpp |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/src/svsem.cpp b/src/svsem.cpp
index 26bde2c..00e6dbc 100644
--- a/src/svsem.cpp
+++ b/src/svsem.cpp
@@ -11,7 +11,6 @@
     union semun arg;
     struct sembuf sop;
 
-
     arg.val = 0; /* So initialize it to 0 */
     if (semctl(semid, 0, SETVAL, arg) == -1)
       err_exit(errno, "semctl 1");

--
Gitblit v1.8.0