From: kremlin Date: Mon, 21 Jul 2014 23:16:57 +0000 (-0500) Subject: change gen script to use ksh, remove namespace option, regen genfiles X-Git-Url: https://uglyman.kremlin.cc/gitweb/gitweb.cgi?a=commitdiff_plain;h=327236cabf5cd37f568d91cf17a0355e502bf39c;hp=327236cabf5cd37f568d91cf17a0355e502bf39c;p=systembsd.git change gen script to use ksh, remove namespace option, regen genfiles rewrite scripts/gen-gdbus-interfaces.sh to use ksh (#!/bin/sh) to cut down on inbox spam, also fixed prior bug where generated files had bad paths in their #includes. removed namespacing option from gdbus-codegen as linked objects do not run into naming conflicts as the previous commits did. regenerate all genfiles (src/interfaces/foo/foo-gen.{c.h}) accordingly. ---