Update 2022-12-08 13:35 OpenBSD/amd64

This commit is contained in:
sdk
2022-12-08 13:35:55 +01:00
parent 7d947d4909
commit 68f958d133
3 changed files with 3 additions and 2 deletions

View File

@@ -27,7 +27,7 @@ static int cpu_avg_speed = 23;
static int volume = 23;
void update_volume(void *arg, unsigned addr, unsigned val) {
//void update_volume(void *arg, unsigned addr, unsigned val) {
// printf("volume update\n");
//
// }

View File

@@ -38,5 +38,6 @@ openbsd_laptop() {
case $(hostname) in
ld*) linux_server; ;;
*.home.codevoid.de) openbsd_laptop; ;;
*.local.codevoid.de) openbsd_laptop; ;;
esac